home *** CD-ROM | disk | FTP | other *** search
- /* menus */
- #define MN_PROJECT 0
- #define MN_EDIT 1
- #define MN_SETTINGS 2
- #define MN_HELP 3
- #define IN_NEW 0
- #define IN_OPEN 1
- #define IN_REVERT 2
- #define IN_SAVE 4
- #define IN_SAVEAS 5
- #define IN_PROJECTDELETE 7
- #define IN_QUIT 9
- #define IN_CUT 0
- #define IN_COPY 1
- #define IN_PASTE 2
- #define IN_ERASE 4
- #define IN_EDITDELETE 5
- #define IN_INSERT 6
- #define IN_APPEND 7
- #define IN_ANIMATIONS 0
- #define IN_CREATEICONS 1
- #define IN_CREATURES 0
- #define IN_OBJECTS 1
- #define IN_MANUAL 3
- #define IN_ABOUT 5
-